﻿2026-06-07T04:22:12.8322952Z ##[group]Run actions/checkout@v5
2026-06-07T04:22:12.8323415Z with:
2026-06-07T04:22:12.8323753Z   repository: SaberMage/spt-shell-notify
2026-06-07T04:22:12.8324203Z   path: .adapter-notify
2026-06-07T04:22:12.8329323Z   token: ***
2026-06-07T04:22:12.8329710Z   ssh-strict: true
2026-06-07T04:22:12.8330067Z   ssh-user: git
2026-06-07T04:22:12.8330420Z   persist-credentials: true
2026-06-07T04:22:12.8330808Z   clean: true
2026-06-07T04:22:12.8331155Z   sparse-checkout-cone-mode: true
2026-06-07T04:22:12.8331571Z   fetch-depth: 1
2026-06-07T04:22:12.8331888Z   fetch-tags: false
2026-06-07T04:22:12.8332223Z   show-progress: true
2026-06-07T04:22:12.8332598Z   lfs: false
2026-06-07T04:22:12.8332905Z   submodules: false
2026-06-07T04:22:12.8333247Z   set-safe-directory: true
2026-06-07T04:22:12.8333621Z ##[endgroup]
2026-06-07T04:22:12.9572562Z Syncing repository: SaberMage/spt-shell-notify
2026-06-07T04:22:12.9594826Z ##[group]Getting Git version info
2026-06-07T04:22:12.9595625Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify'
2026-06-07T04:22:12.9625499Z [command]/usr/bin/git version
2026-06-07T04:22:12.9680260Z git version 2.34.1
2026-06-07T04:22:12.9709386Z ##[endgroup]
2026-06-07T04:22:12.9723613Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/8394b926-2e90-4c95-8e47-c1c25ab368f9/.gitconfig'
2026-06-07T04:22:12.9747970Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/8394b926-2e90-4c95-8e47-c1c25ab368f9' before making global git config changes
2026-06-07T04:22:12.9749464Z Adding repository directory to the temporary git global config as a safe directory
2026-06-07T04:22:12.9756132Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-07T04:22:12.9804696Z ##[group]Initializing the repository
2026-06-07T04:22:12.9809769Z [command]/usr/bin/git init /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-07T04:22:12.9850221Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-07T04:22:12.9851533Z hint: is subject to change. To configure the initial branch name to use in all
2026-06-07T04:22:12.9852645Z hint: of your new repositories, which will suppress this warning, call:
2026-06-07T04:22:12.9853385Z hint: 
2026-06-07T04:22:12.9854031Z hint: 	git config --global init.defaultBranch <name>
2026-06-07T04:22:12.9854628Z hint: 
2026-06-07T04:22:12.9855151Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-07T04:22:12.9864543Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-07T04:22:12.9865942Z hint: 
2026-06-07T04:22:12.9866309Z hint: 	git branch -m <name>
2026-06-07T04:22:12.9867260Z Initialized empty Git repository in /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-07T04:22:12.9881495Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-07T04:22:12.9929333Z ##[endgroup]
2026-06-07T04:22:12.9930096Z ##[group]Disabling automatic garbage collection
2026-06-07T04:22:12.9934899Z [command]/usr/bin/git config --local gc.auto 0
2026-06-07T04:22:12.9973658Z ##[endgroup]
2026-06-07T04:22:12.9974275Z ##[group]Setting up auth
2026-06-07T04:22:12.9985122Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-07T04:22:13.0026834Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-07T04:22:13.0272141Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-07T04:22:13.0311038Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-07T04:22:13.0555557Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-07T04:22:13.0598192Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-07T04:22:13.0848072Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-07T04:22:13.0910003Z ##[endgroup]
2026-06-07T04:22:13.0910676Z ##[group]Determining the default branch
2026-06-07T04:22:13.0915781Z Retrieving the default branch name
2026-06-07T04:22:13.6563255Z Default branch 'main'
2026-06-07T04:22:13.6564144Z ##[endgroup]
2026-06-07T04:22:13.6564952Z ##[group]Fetching the repository
2026-06-07T04:22:13.6575874Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-07T04:22:14.3715314Z From https://github.com/SaberMage/spt-shell-notify
2026-06-07T04:22:14.3715986Z  * [new branch]      main       -> origin/main
2026-06-07T04:22:14.3741358Z ##[endgroup]
2026-06-07T04:22:14.3742054Z ##[group]Determining the checkout info
2026-06-07T04:22:14.3745249Z ##[endgroup]
2026-06-07T04:22:14.3751823Z [command]/usr/bin/git sparse-checkout disable
2026-06-07T04:22:14.3823514Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-07T04:22:14.3865207Z ##[group]Checking out the ref
2026-06-07T04:22:14.3872526Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-07T04:22:14.3946825Z Switched to a new branch 'main'
2026-06-07T04:22:14.3947601Z Branch 'main' set up to track remote branch 'main' from 'origin'.
2026-06-07T04:22:14.3952487Z ##[endgroup]
2026-06-07T04:22:14.4006369Z [command]/usr/bin/git log -1 --format=%H
2026-06-07T04:22:14.4043694Z ee2d37eadc730c0019e0af82d683074c509634a2
